html, body {
	height:100%;
	width: 100%;
}

body {
	background: url(/images/login_bg_default.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.login-register {
	margin-top: auto;
	margin-bottom: auto;
	overflow: auto;
	/*padding: inherit;*/
}

.login-sidebar {
	padding-top: 0;
}

.card-body {
	margin-top: auto;
	margin-bottom: auto;
}

.default_logo img {
	max-width: 200px;
}
.custom_logo img {
	max-height: 47px;
}

.my-auto {
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
}

.centered-logo {
	text-align: center;
}

.card-body {
	background-color: white;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}

.message {
	color: #f62d51;
}

.login-sidebar .login-box {
	height: inherit !important;
}

.custom-control-rtl {
	padding-left: 0.6em !important;
}

.custom-control-rtl > .custom-control-label::before {
	left: 0.5rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */

}

@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-resolution:.001dpcm) {
	.custom-control-rtl > .custom-control-label::before {
		left: -1.5rem;
	}
}

@media (max-width: 991px) {
	#left-logo-sidebar-and-centered-form-wrapper > #left-logo-sidebar-wrapper {
		max-height: 100px;
	}

	#left-logo-sidebar-and-centered-form-wrapper > #centered-form-wrapper {
		align-items: start !important;
	}
}

@media (max-width: 767px) {
	.login-register {
		position: fixed;
	/*	overflow: scroll;*/
	/*	height: unset;*/
	/*	padding: unset !important;*/
	/*	position: relative;*/
	}

	.login-sidebar {
		padding: initial !important;
	/*	margin-top: auto;*/
	/*	margin-bottom: auto;*/
	/*	!*height: initial;*!*/
	/*	position: relative;*/
	/*!*	overflow: auto;*!*/
	/*	padding: initial !important;*/
	}

	/*#wrapper {*/
	/*	margin-top: auto;*/
	/*	margin-bottom: auto;*/
	/*}*/

	#left-logo-sidebar-and-centered-form-wrapper > #left-logo-sidebar-wrapper {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	#left-logo-sidebar-and-centered-form-wrapper > #centered-form-wrapper #login-register-box-wrapper {
		padding-left: 0;
		padding-right: 0;
	}

	#left-logo-sidebar-and-centered-form-wrapper > #centered-form-wrapper #login-register-box {
		width: 100%;
	}
}


